PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowDocumentToCSettings Class / setGenerateDocumentOutline Method
True if the document outline should be generated from the headings in the document.
In This Topic
    setGenerateDocumentOutline Method
    In This Topic
    Sets a value indicating whether the table of contents should be generated as document outline (bookmarks).
    Syntax
    public void setGenerateDocumentOutline( 
       boolean value
    )

    Parameters

    value
    True if the document outline should be generated from the headings in the document.
    See Also